projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5b9965
)
Remove accidental leftover spew
author
Alexander Larsson
<alexl@redhat.com>
Fri, 3 Feb 2012 15:27:32 +0000
(16:27 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 3 Feb 2012 15:27:32 +0000
(16:27 +0100)
gtk/gtkcssimageurl.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssimageurl.c
b/gtk/gtkcssimageurl.c
index 3354f1981c672d3453d423e8cc8e9c89ccb3b9dd..3e61432e5af5f187504d31b02818d47360b5ecb6 100644
(file)
--- a/
gtk/gtkcssimageurl.c
+++ b/
gtk/gtkcssimageurl.c
@@
-84,7
+84,6
@@
gtk_css_image_url_parse (GtkCssImage *image,
{
char *uri = g_file_get_uri (file);
char *resource_path = g_uri_unescape_string (uri + strlen ("resource://"), NULL);
- g_print ("uri: %s, resource_path: %s\n", uri, resource_path);
pixbuf = gdk_pixbuf_new_from_resource (resource_path, &error);
g_free (resource_path);